

.buttonstn {
    height: fit-content;
    width: fit-content;
    padding: 15px;
    font-size:1,5rem;
    border-radius: 30px;
    background-color: lightgreen;
    
}
.headline{
width: 100%;
background-color: rgb(150, 149, 149);
padding: 15px;
display: flex; 
justify-content: center;
align-items: center;
gap: 5px;
}

body {
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
}



canvas {
    margin-top: 100px;
}